home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / imlib / port / mac / joystick.c < prev   
C/C++ Source or Header  |  1997-05-20  |  181b  |  16 lines

  1. #include "joy.hpp"
  2.  
  3. int joy_init(int argc, char **argv)
  4. {  
  5.     return 0;
  6. }
  7.  
  8. void joy_status(int &b1, int &b2, int &b3, int &xv, int &yv)
  9. {
  10. }
  11.  
  12.  
  13. void joy_calibrate()
  14. {
  15. }
  16.